PDF4Java Reference Documentation
com.o2sol.pdf4java.flowdocument Package / PDFFlowPageDefaults Class / PDFFlowPageDefaults Constructor / PDFFlowPageDefaults Constructor(double,double)
Default page width
Default page height
In This Topic
    PDFFlowPageDefaults Constructor(double,double)
    In This Topic
    Initializes a new PDFFlowPageDefaults object;
    Syntax
    public PDFFlowPageDefaults( 
       double width,
       double height
    )

    Parameters

    width
    Default page width
    height
    Default page height
    See Also